projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a519dc
)
Enable native backend on hurd-amd64
author
Samuel Thibault
<sthibault@debian.org>
Wed, 15 Jan 2025 07:23:51 +0000
(08:23 +0100)
committer
Stéphane Glondu
<glondu@debian.org>
Sun, 26 Jan 2025 16:00:54 +0000
(17:00 +0100)
Bug-Debian: https://bugs.debian.org/
1086600
Forwarded: https://github.com/ocaml/ocaml/pull/13587
Gbp-Pq: Name 0007-Enable-native-backend-on-hurd-amd64.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index af1ea7b31ee69f270d0ac2e4aa2e73486bb0593c..2f5d2a1f8819c6cdb9b3d5fb528bea62ab898b40 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1490,7
+1490,7
@@
AS_CASE([$host],
[x86_64-*-linux*],
[has_native_backend=yes; arch=amd64; system=linux],
[x86_64-*-gnu*],
- [arch=amd64; system=gnu],
+ [
has_native_backend=yes;
arch=amd64; system=gnu],
[x86_64-*-dragonfly*],
[arch=amd64; system=dragonfly],
[x86_64-*-solaris*],